home *** CD-ROM | disk | FTP | other *** search
/ Dynamic HTML Construction Kit / Dynamic HTML Construction Kit.iso / source_code / dhtmlunl / dhtml.exe / CD Content / Chap26 / dun26_10.txt < prev    next >
Encoding:
Text File  |  1997-12-18  |  107 b   |  6 lines

  1. function getPage(page) {
  2.  
  3.     if(page != "") {
  4.  
  5.         parent.SNEAK.location.href = page;
  6.  
  7.     }
  8.  
  9. }
  10.  
  11.